Skip to content

Easy and non-intrusive script to check for CVE-2023-35078

Notifications You must be signed in to change notification settings

synfinner/CVE-2023-35078

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CVE-2023-35078

This script ethically checks for the presence of cve-2023-35078 via requesting the /ping endpoint from the Ivanti EPMM API.

/ping simply responds with the VSP version, rather than attemping to pull device or admin data.

Usage: ./CVE-2023-35078 <IP/Hostname>

This script assumes https connections over default port.

Setup

  • Setup virtual env: python3 -m venv env
  • Activate env: source env/bin/activate
  • Install dependencies: pip3 install -r requirements.txt

About

Easy and non-intrusive script to check for CVE-2023-35078

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages